home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / fv122.arc / FV.DOC < prev    next >
Text File  |  1989-09-30  |  4KB  |  122 lines

  1. -                                     Page 1
  2.              FV - Verbose Archive Directory Lister
  3.                Version 1.22 - September 9, 1989
  4.  
  5.  
  6.  
  7. Purpose:  To display the names and attributes of files contained
  8.       within archive files with extensions of ARC, ZIP, PAK,
  9. |      DWC, LZH, ZOO, LBR and most self-extracting .COM and .EXE
  10.       files created by ARC, ZIP, PAK, LZH.
  11.  
  12.  
  13. Format:   FV  [d:][path]filespec[.ext]    [/p] [/b] [/w] [/r] [>outfile]
  14.  
  15.  
  16. Notes:      If no operands are entered, a display of the program's
  17.       command format is displayed.
  18.  
  19.       The drive and path are optional. The filespec may contain
  20.       the wildcard characters * and ?.  All files matching the
  21.       file specification are processed.
  22.  
  23.       If the filespec extension is omitted, all known archive
  24.       extensions are checked.
  25.  
  26.       Use the /p parameter to pause the display when the screen
  27.       fills.
  28.  
  29.       Use the /b parameter to suppress the d:\path information
  30.       in the display.
  31.  
  32.       Use the /w parameter to display member names only in a 5-up
  33.       display.
  34.  
  35. |      The /r redate option changes the archive file date to be the
  36. |      lastest date of the files within the archive.
  37.  
  38. Examples:
  39.  
  40.     o  Display the directory of the TEST.ARC file, in the current
  41.        directory:
  42.  
  43.         FV TEST
  44.  
  45.     o  Display the directories of all archive files, but redirect
  46.        the information to the file FV.DIR:
  47.  
  48.         FV * >FV.DIR
  49.  
  50.     o  Print the directory of the file NUBIES.LZH in directory RTEST
  51.        on drive A:
  52.  
  53.         FV A:\RTEST\NUBIESLZH >LPT1:
  54.  
  55.  
  56.  
  57.     (c) Copyright by Vernon D. Buerg  1989. ALL RIGHTS RESERVED.
  58. -                                      Page 2
  59.  
  60.              FV - Verbose Archive Directory Lister
  61.                Version 1.22 - September 9, 1989
  62.  
  63.  
  64.                 Version history
  65.                 ---------------
  66.  
  67.     1.00 - 4/21/89    initial program
  68.     1.08 - 4/28/89    initial release
  69.     1.09 - 5/06/89    add LHARC 1.12b sfx checks
  70.     1.10 - 5/09/89    correct crc display for LZH
  71.             add ZOO format
  72.     1.11 - 5/13/89    correct display of ZIP crc
  73.     1.12 - 5/23/89    add LHARC 1.13l sfx checks
  74.             add 'who made it' note
  75.     1.13 - 5/25/89    add ARC 6 subdir checking
  76.             add /W wide display option
  77.     1.14 - 7/22/89    add ZIP 1.0 imploding method
  78.     1.15 - 7/24/89    corrects premature eof problem with short LZH filenames
  79.     1.16 - 8/01/89    add PAK 2.0 Distilling; add seconds to time display
  80.     1.17 - 8/16/89    correct time value, correct some sfx checks
  81.     1.19 - 8/24/89    add ZIP 1.01 sfx
  82.     1.20 - 8/26/89    add /R redate option
  83. |    1.21 - 8/30/89    correct for long (path) names in ZIP, etc
  84. |    1.22 - 9/09/89    add LBR library processing
  85. |            if archive type does not match the extension, check
  86. |            other formats
  87.  
  88.  
  89.     Written for the IBM PC using DOS 2.0, or later.
  90.  
  91.     FV was written using the SLR Systems OPTASM assembler. The
  92.     source, if included, may not compile using other assemblers.
  93.     If you make changes to the source, please do not distribute
  94.     it without express written permission from me.
  95.  
  96.     FV is  supplied  for  personal,  private  use. Feel free to
  97.     distribute FV given these restrictions:
  98.  
  99.       o  the program  shall be supplied in its original,  unmodified
  100.          form, which includes this documentation;
  101.  
  102.       o  no fee is charged;
  103.  
  104.       o  "commmercial" use without a license is prohibited;
  105.  
  106.       o  the program may not be included -    or bundled - with  other
  107.          goods or services.  Exceptions may be granted upon  written
  108.          request only.  This also applies to clubs and distributors.
  109.  
  110.  
  111.     Please direct your inquiries, complaints, suggestions, etc., to:
  112.  
  113.           Vernon D. Buerg
  114.           139 White Oak Circle
  115.           Petaluma, CA  94952
  116.  
  117.     Data: (707) 778-8944, 24 hr BBS; 300-2400  VOR
  118.           (415) 994-2944, 24 hr BBS; 300-2400  VOR South
  119.     -or-  (707) 778-8841, 24 hr BBS; 300-9600, Motherboard, 9600 Hayes VSM
  120.     -or-  (707) 778-8743, 24 hr BBS; 300-9600, Motherboard, 9600 USR HST
  121.           Compuserve:  70007,1212 IBMSYS forum
  122.